REMOVE
Section: C Library Functions (3)
Index
Return to Main Contents
BSD mandoc
NAME
remove
- remove directory entry
SYNOPSIS
Fd #include <stdio.h>
Ft int
Fn remove const char *path
DESCRIPTION
The
Fn remove
function
is an alias for the
unlink(2)
system call.
It deletes the file referenced by
Fa path .
RETURN VALUES
Upon successful completion,
Fn remove
returns 0.
Otherwise, -1 is returned and the global variable
errno
is set to indicate the error.
ERRORS
The
Fn remove
function
may fail and set
errno
for any of the errors specified for the routine
unlink(2).
SEE ALSO
unlink(2)
STANDARDS
The
Fn remove
function conforms to
St -ansiC .
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUES
-
- ERRORS
-
- SEE ALSO
-
- STANDARDS
-
This document was created by
man2html,
using the manual pages.
Time: 19:41:56 GMT, December 25, 2022